Skip to content

Added detailed README with features and setup#11

Open
adityak-06 wants to merge 4 commits intocodepvg:mainfrom
adityak-06:akwork1
Open

Added detailed README with features and setup#11
adityak-06 wants to merge 4 commits intocodepvg:mainfrom
adityak-06:akwork1

Conversation

@adityak-06
Copy link
Copy Markdown

@adityak-06 adityak-06 commented Apr 1, 2026

📄 README Enhancement

This PR adds a detailed and structured README.md to improve project understanding for new users and contributors.

✨ Changes Made

  • Added project overview and purpose
  • Documented key features of the platform
  • Included clear steps to run the project locally
  • Explained project structure
  • Added contribution guidelines

🎯 Impact

  • Makes the repository more beginner-friendly
  • Improves onboarding for new contributors
  • Provides clear documentation for setup and usage

Closes #5

Copy link
Copy Markdown
Collaborator

@jagdish-15 jagdish-15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking this up. Here are a few suggested changes:

Comment thread README.md Outdated

---

## Features
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let’s avoid including a features section in the README, so we don’t have to keep updating it every time new features are added.

Comment thread README.md Outdated
Comment thread README.md Outdated

---

## Tech Stack
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We already get a summary of the tech stack on the main repo page, so instead of repeating that in the README, we can link the related repos for the backend and the web scraping API (since LeetCode doesn’t officially provide one):

This would be more useful and avoid redundancy

Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread README.md Outdated
Comment on lines +86 to +89

npm install
cd frontend
npm install
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
npm install
cd frontend
npm install
`npm install`

Comment thread README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a proper README.md

2 participants